icon theme: Fix compiler warnings
authorMatthias Clasen <mclasen@redhat.com>
Sun, 31 May 2015 01:26:09 +0000 (21:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 2 Jun 2015 13:08:15 +0000 (09:08 -0400)
Fix warnings due to -Wdeclaration-after-statement and -Wshadow.

gtk/gtkicontheme.c

index f47a95622a7f1359b31135186bbda7be5dc2c3f1..c2ca2da1b805c58b204c33d172f793d029abe10d 100644 (file)
@@ -1837,7 +1837,6 @@ real_choose_icon (GtkIconTheme       *icon_theme,
       static gboolean check_for_default_theme = TRUE;
       gchar *default_theme_path;
       gboolean found = FALSE;
-      guint i;
 
       if (check_for_default_theme)
         {